home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / GAMES.SWF / scripts / DefineButton2_710 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  1999-10-24  |  191 b   |  11 lines

  1. on(rollOver){
  2.    count += "1";
  3.    tellTarget("/con")
  4.    {
  5.       gotoAndStop(2);
  6.       setProperty("/con", _X, "216");
  7.       setProperty("/con", _Y, "270");
  8.       stopDrag();
  9.    }
  10. }
  11.